home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / allmac21.arc / MACRO24.ARC / QMACTA.DOC < prev    next >
Text File  |  1990-08-27  |  2KB  |  50 lines

  1.                         QMACTA.BAT Description
  2.  
  3. At => Ab      Ab + St => SAt     SAt => SAb   where:
  4.  
  5.                                                     File Names
  6.                                                ───────────────────
  7. St  = Standard  text   macro                    macros.qm, dum1.qm
  8. Sb  = Standard  binary macro                    macros.mac
  9.  
  10. At  = Append  text   macro                      dum2.qm
  11. Ab  = Append  binary macro                      dum2.mac
  12.  
  13. SAt = Standard + Append  text   macro           dum2.qm, dum3.qm
  14. SAb = Standard + Append  binary macro           dum3.mac
  15.  
  16.  
  17. Assumes:
  18. Standard text macro "macros.qm" exists prior to running.
  19.  
  20. QMACTA.BAT translates macros in the following sequence:
  21.  
  22. 1. QMAC "At"        /B /A-
  23. 2. QMAC "Ab"  "St"  /T /A+
  24. 3. QMAC "SAt"       /T /A-
  25.  
  26. ----------------------------------------------------------------
  27.          (following extracted from QMAC.DOC v 2.1)
  28.  
  29. QMAC:  QEdit Macro Program II  2.xx  dd-mmm-yyyy
  30. Copyright (C) 1989, SemWare.  All Rights Reserved.  QMAC ? for help.
  31.  
  32. QMAC macfile txtfile [ /B | /T ] /A   /C /U /M /Q  /Ixx /Wyy /Ezz
  33.  
  34. macfile QEdit binary macro file to process
  35. txtfile File containing text version of macros
  36. /B      Binary output:  Create macfile from textfile
  37. /T      Text output:    Create textfile from macfile
  38. /A      Append mode:    Append output to existing output file
  39.  
  40. /C+     Continue macros with "&";  /C-: Don't use "&" (default)
  41. /U+     Underscores in names;      /U-: Don't use underscores (default)
  42. /M+     Mixed case names in text output (default);  /M-: Use all lower case
  43. /Q+     Quote strings with double quote (default);  /Q-: Use single quotes
  44. /Ixx    Indent output text to column xx.        (Default=9)
  45. /Wyy    Wrap output text at column yy.          (Default=80)
  46. /Ezz    Errors to tolerate before quitting.     (Default=20)
  47. ----------------------------------------------------------------
  48.  
  49. Tom Hogshead   Tue  07-17-1990  16:45:35
  50.